This sample script demonstrates how to test the Janus GridEX.v2 
control via TestComplete scripts. This script requires the sample 
application which is part of the trial download package that can 
be downloaded here:
http://www.janusys.com/janus/net/Trial/JanusWinFormsV3TrialSetup30066.zip 

The script assumes that by default the tested application has the following path: 
<Janus Systems>\Controls for Microsoft .NET\Windows Forms Controls v3\Demos\Janus.NorthwindDemo.exe

Before executing the script, please compile the Janus.NorthwindDemo.exe 
application and make sure that the correct path is specified 
for it in the Tested Applications editor.

The script is written in all of the scripting languages  
supported by TestComplete: VBScript, JScript, DelphiScript, 
C++Script and C#Script.

The script includes three custom routines that you can later use 
in your scripts with minimum changes (if any). 

The FindRowByCellValue routine locates the grids row by the 
value held in the specified column.

The LogRowData routine reads the contents of all of the cells in 
the given row and posts it to the test log.

The LoadDataFromFile routine adds a new row to the grid and 
populates it with values stored in a comma-separated values 
(CSV) file.
